func runtime.chansend
6 uses
runtime (current package)
chan.go#L145: chansend(c, elem, true, getcallerpc())
chan.go#L160: func chansend(c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool {
chan.go#L174: racereadpc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(chansend))
chan.go#L694: return chansend(c, elem, false, getcallerpc())
chan.go#L719: return chansend(c, elem, !nb, getcallerpc())
select.go#L25: chansendpc = abi.FuncPCABIInternal(chansend)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |